PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFTiffImage Class / isTiff Method
In This Topic
    isTiff Method
    In This Topic
    Checks if the given stream contains a TIFF image.
    Syntax
    public static boolean isTiff( 
       Stream stream
    )

    Parameters

    stream

    Return Value

    True if the stream contains a TIFF image.
    See Also